The WriteableBitmap.
The kernel used for convolution.
The factor used for the kernel summing.
The offset used for the kernel summing.
Convolute(WriteableBitmap,Int32[,],Int32,Int32) Method
Creates a new filtered WriteableBitmap.
Syntax

Parameters

bmp
The WriteableBitmap.
kernel
The kernel used for convolution.
kernelFactorSum
The factor used for the kernel summing.
kernelOffsetSum
The offset used for the kernel summing.

Return Value

A new WriteableBitmap that is a filtered version of the input.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also